Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.comment.service.default.graph

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.comment.service.default.graph">

  <extension target="org.nuxeo.ecm.platform.relations.services.RelationService"
    point="graphs">
    <graph name="documentComments" type="core">
      <option name="doctype">CommentRelation</option>
      <namespaces>
        <namespace name="comment">http://www.nuxeo.org/comments/uid</namespace>
        <namespace name="isCommentFor">
          http://www.nuxeo.org/predicates/isCommentFor
        </namespace>
        <namespace name="document">http://www.nuxeo.org/document/uid</namespace>
      </namespaces>
    </graph>
  </extension>

</component>